ListToArray(list [, delimiter ])


Converts the specified list into an array.

See also ArrayToList.

list

Name of the list variable that contains the elements to be used to build an array. You can define a list variable with a CFSET statement. The items in the list must be separated by commas or otherwise delimited.

delimiter

Specify the character(s) used to delimit elements in the list. Default is comma ( , ).